libostree: Squash two g-ir-scanner warnings
authorColin Walters <walters@verbum.org>
Thu, 24 Oct 2013 18:37:35 +0000 (14:37 -0400)
committerColin Walters <walters@verbum.org>
Thu, 24 Oct 2013 18:37:35 +0000 (14:37 -0400)
src/libostree/ostree-core.h
src/libostree/ostree-repo-commit.c

index 0e06048fe3f8182cec071d0316fad8a7a95d9310..539909a80ee91188daf87906f1c5aca94f08161c 100644 (file)
@@ -229,7 +229,7 @@ gboolean ostree_checksum_file_async_finish (GFile          *f,
 GVariant *ostree_create_directory_metadata (GFileInfo *dir_info,
                                             GVariant  *xattrs);
 
-/** VALIDATION **/
+/* VALIDATION */
 
 gboolean ostree_validate_structureof_objtype (guchar    objtype,
                                               GError   **error);
index 5251840f82ed83d82b5e89376ff24071a24e1dae..9c39938732b21365715fc8898c6567c22d99be3c 100644 (file)
@@ -221,9 +221,9 @@ compare_ascii_checksums_for_sorting (gconstpointer  a_pp,
   return strcmp (a, b);
 }
 
-/**
+/*
  * Create sizes metadata GVariant and add it to the metadata variant given.
-*/
+ */
 static gboolean
 add_size_index_to_metadata (OstreeRepo        *self,
                             GVariant          *original_metadata,